'Declaration Public Overridable Function GetGroupTitle( _ ByVal tableView As UIKit.UITableView, _ ByVal group As IDataCollectionGroup(Of Object,Object) _ ) As String
public virtual string GetGroupTitle( UIKit.UITableView tableView, IDataCollectionGroup<object,object> group )
Parameters
- tableView
- The table view.
- group
- The group.